PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / moveTo Method
X coordinate of path start.
Y coordinate of path start.
In This Topic
    moveTo Method
    In This Topic
    Begins a new subpath at (x, y). Operator: m
    Syntax
    public void moveTo( 
       double x,
       double y
    )

    Parameters

    x
    X coordinate of path start.
    y
    Y coordinate of path start.
    See Also